-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Interaction with screen element #1168
Feature: Interaction with screen element #1168
Conversation
β¦estures feat: Add Swipe Support - Add multi-touch Swipe support
master sync
- TODO: check which events are really needed to fetch view ids - TODO: check database structure (remove autoincrement) - TODO: Add search bar to screen with list of view ids - TODO: Add dropdown to select which action the user wants to perform with the view element (click, long click etc)
β¦yIfVisible" logic bug
β¦ich are not needed for this feature
β¦Item" to search within the fully qualified view ID of the element
# Conflicts: # app/src/main/java/io/github/sds100/keymapper/actions/ActionDataEntityMapper.kt # app/src/main/java/io/github/sds100/keymapper/actions/BaseActionUiHelper.kt # app/src/main/java/io/github/sds100/keymapper/actions/CreateActionViewModel.kt # app/src/main/java/io/github/sds100/keymapper/actions/PerformActionsUseCase.kt # app/src/main/java/io/github/sds100/keymapper/actions/swipescreen/SwipePickDisplayCoordinateFragment.kt # app/src/main/java/io/github/sds100/keymapper/actions/swipescreen/SwipePickDisplayCoordinateViewModel.kt # app/src/main/java/io/github/sds100/keymapper/data/db/AppDatabase.kt # app/src/main/java/io/github/sds100/keymapper/system/accessibility/IAccessibilityService.kt # app/src/main/java/io/github/sds100/keymapper/system/accessibility/MyAccessibilityService.kt # app/src/main/java/io/github/sds100/keymapper/util/MathUtils.kt # app/src/main/java/io/github/sds100/keymapper/util/ui/NavigationViewModel.kt # app/src/main/res/values/strings.xml
Can you fix the merge conflicts by merging |
I see that you're also doing german translations π |
I will do it after my vacation. And I created a new branch with both of my PRs to resolve issues and some ui fixes. |
Sounds good :) |
I close this one, because the follow up with the latest code is here: #1182 |
Hi @sds100 πββοΈ,
I added a new action for interacting with screen elements by ID.
The user has the possibility to select the ui elements via the simple list recycler view and can choose what action should be performed. Also if the action should be only performed if the element is visible or not.